home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14646 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1020 b 

  1. Path: hermes.is.co.za!news
  2. From: Curt Yardley <fcorp@is.co.za>
  3. Newsgroups: comp.databases.ms-access,comp.lang.c++
  4. Subject: Problem with Access 2.0 ODBC from VC++ MFC
  5. Date: Mon, 01 Apr 1996 16:11:17 +0200
  6. Organization: No organisation supplied
  7. Message-ID: <315FE405.733@is.co.za>
  8. NNTP-Posting-Host: t087.is.co.za
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0GoldB1 (WinNT; I)
  13.  
  14. Hi
  15.  
  16. I'm sure this problem has been previously addressed by this 
  17. newsgroup but I've missed it.
  18.  
  19. I'm having a problem with MS Visual C++ 2.0 and MFC on NT 3.51 
  20. (and 16bit 1.51 under 3.11 for that matter) and MS Access 2.0 
  21. via ODBC. 
  22.  
  23. If a table has more than 40 fields, insertions work fine, but 
  24. plain vanilla ODBC modfies or deletes fail with something like 
  25. "Query to complex". Reduce the table (in DoFieldExchange) to 40 
  26. or less fields, all works fine.
  27.  
  28. The exact same code for > 40 fields works fine with other 
  29. databases, eg FoxPro.
  30.  
  31. Thanks,
  32.  
  33. Curt 
  34.  
  35. (fcorp@is.co.za)
  36.